/** Din Angkor Taxi main CSS
 *
 */

body{
	background-color:#605847;
	text-align:center;
	margin:0;padding:0;
	font-family:"Trebuchet MS" sans serif;
	background:url(bg.gif);
}
a img {
	border:0;
}
/** Structure */
#mainContainer {
	width:760px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	padding-top:10px;
}
#headerTop {
	height:75px;
}
#headerTop img{
	float:left;
}
#headerBottom{
	margin:0px;
}
#headerBottom img{
	left:left;
}

#logo {
	position:absolute;
	margin-top:13px;
}

/* Content */
#content{
	width:702px;
	float:right;
	background-color:#fff;
}
/* Barre de gauche */
#sidebar{
	width:140px;
	padding:30px;
	float:left;
}
#sidebar p{
	color:#7B7B7B;
}
#sidebar a{
	color:#E68E00;
	text-decoration:none;
}
#sidebar a:hover{
	color:#E68E00;
	background-color:#F9F9F9;
	text-decoration:underline;
}

/* Page de contenu d'article */
#page{
	float:left;
	width:502px;
	padding:0px;
	background-color:#fff;
}

/** Menu */
#menu{
	width:486px;
	height:75px;
	padding-right:16px;
	float:left;
	background-color:#fff;
}
#menu ul{
	float:right;
	list-style:none;
	text-align:right;
	margin:24px 0 0 0;
	padding:0;
}
#menu ul li{
	float:left;
	white-space:nowrap;
	margin:0;
	padding:2px 0 2px 0;
	border-left:1px solid #7F7F7F;
}
#menu ul li.first{
	border:none;
	
}
#menu ul li a{
	width:113px;
	color:#656565;
	text-decoration:none;
	font-size:13px;
	padding:6px 13px 6px 13px;
}
#menu ul li a:hover{
	text-decoration:none;
	background-color:#F9F9F9;
	color:#E08A00;
}
#menu ul li a.current{
	color:#E08A00;
	text-decoration:none;	
}

/** Article */
.article {
	padding:30px;
}
h1 {
	color:#E08A00;
	font-size:18px;
	font-weight:normal;	
	margin:0;
	padding:0 0 6px 0;
}
h2{
	color:#797B00;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 8px 0;
	padding:0 0px 0 0px;
}
p {
	font-size:12px;
	line-height:1.6em;
	margin:0 0 1em 0;
}
.img {
	float:right;
	display:inline;
	margin: 0 0 25px 30px;
}

/** Footer */
#footer{
	clear:both;
	height:136px;
	width:760px;
	background:url(footerBg.gif) no-repeat top right;
}
#copyright {
	text-align:right;
	padding:95px 3px 0 0;
}
#footer p{
	font-size:10px;
	color:#fff;
}
#footer a, #footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#E08A00;
	text-decoration:underline;
}


/* Clearfix
   http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
